Column width for layout DXL

Hi all,

is it possible to specify in the layout DXL code the width of the column which it is applied to?

couldn't find anything in past threads.
thanks.

Karl
kabr - Thu Oct 25 04:35:48 EDT 2012

Re: Column width for layout DXL
Peter_Albert - Thu Oct 25 04:45:50 EDT 2012

Column col = currentColumn()
if (!null col){width(col, 200)}


Pre-DOORS 9.1, you cannot use 'currentColumn' to get a handle to the actual column. But in https://www.ibm.com/developerworks/forums/thread.jspa?messageID=14455023&#14455023 you can find a workaround.

Peter